Method | Description | |
---|---|---|
Add ( IPropDef propDef ) : void |
Adds a property definition to this key
|
|
CreateBOKey ( IBOPropCol lBOPropCol ) : IBOKey |
Creates a new business object key (BOKey) using this key definition and its property definitions. Creates either a new BOObjectID object (if the primary key is the object's ID) or a BOPrimaryKey object.
|
|
PrimaryKeyDef ( ) : System |
Constructor to create a new primary key definition
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
public Add ( IPropDef propDef ) : void | ||
propDef | IPropDef | The property definition to add |
return | void |
public CreateBOKey ( IBOPropCol lBOPropCol ) : IBOKey | ||
lBOPropCol | IBOPropCol | The master property collection |
return | IBOKey |