Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddContent ( IList |
||
AddContent ( Runtime contentObj ) : void | ||
AddContentsOfContainer ( Container otherContainer ) : void | ||
AddToNamedContentOnly ( INamedContent namedContentObj ) : void | ||
BuildStringOfHierarchy ( ) : string | ||
BuildStringOfHierarchy ( StringBuilder sb, int indentation, Runtime pointedObj ) : void | ||
Container ( ) : System | ||
ContentAtPath ( Path path, int partialPathLength = -1 ) : Runtime.Object | ||
InsertContent ( Runtime contentObj, int index ) : void | ||
TryAddNamedContent ( Runtime contentObj ) : void |
Method | Description | |
---|---|---|
ContentWithPathComponent ( Path component ) : Runtime.Object |
public AddContent ( IList |
||
contentList | IList |
|
return | void |
public AddContent ( Runtime contentObj ) : void | ||
contentObj | Runtime | |
return | void |
public AddContentsOfContainer ( Container otherContainer ) : void | ||
otherContainer | Container | |
return | void |
public AddToNamedContentOnly ( INamedContent namedContentObj ) : void | ||
namedContentObj | INamedContent | |
return | void |
public BuildStringOfHierarchy ( StringBuilder sb, int indentation, Runtime pointedObj ) : void | ||
sb | StringBuilder | |
indentation | int | |
pointedObj | Runtime | |
return | void |
public ContentAtPath ( Path path, int partialPathLength = -1 ) : Runtime.Object | ||
path | Path | |
partialPathLength | int | |
return | Runtime.Object |
protected ContentWithPathComponent ( Path component ) : Runtime.Object | ||
component | Path | |
return | Runtime.Object |
public InsertContent ( Runtime contentObj, int index ) : void | ||
contentObj | Runtime | |
index | int | |
return | void |
public TryAddNamedContent ( Runtime contentObj ) : void | ||
contentObj | Runtime | |
return | void |