Search Results for

    Show / Hide Table of Contents

    Class RoomAttributeListBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    RoomAttributeListBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Features.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class RoomAttributeListBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    RoomAttributeListBuilder()

    Declaration
    protected RoomAttributeListBuilder()

    Methods

    EditItem(Int32, String, String)

    Declaration
    public void EditItem(int row, string roomPurpose, string roomSubPurpose)
    Parameters
    Type Name Description
    System.Int32 row
    System.String roomPurpose
    System.String roomSubPurpose

    InitFromObject(TaggedObject)

    Declaration
    public void InitFromObject(TaggedObject objectTag)
    Parameters
    Type Name Description
    TaggedObject objectTag

    InitializeFromMultipleObjects(TaggedObject[])

    Declaration
    public void InitializeFromMultipleObjects(TaggedObject[] objs)
    Parameters
    Type Name Description
    TaggedObject[] objs

    SetAttribute(Int32, String, String)

    Declaration
    public void SetAttribute(int index, string attrName, string attrValue)
    Parameters
    Type Name Description
    System.Int32 index
    System.String attrName
    System.String attrValue

    SetRoomPurpose(String)

    Declaration
    public void SetRoomPurpose(string roomPurpose)
    Parameters
    Type Name Description
    System.String roomPurpose

    SetRoomSubPurpose(String)

    Declaration
    public void SetRoomSubPurpose(string roomSubPurpose)
    Parameters
    Type Name Description
    System.String roomSubPurpose

    UpdateAttributes(String[], String[])

    Declaration
    public void UpdateAttributes(string[] attrNames, string[] attrValues)
    Parameters
    Type Name Description
    System.String[] attrNames
    System.String[] attrValues

    UpdateAttributeValue(Int32, String, String)

    Declaration
    public void UpdateAttributeValue(int row, string headString, string value)
    Parameters
    Type Name Description
    System.Int32 row
    System.String headString
    System.String value

    UpdateEvaluatdValue(Int32)

    Declaration
    public bool UpdateEvaluatdValue(int rowIndex)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    Returns
    Type Description
    System.Boolean

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX