Class tp_Stylesheet
Class for the item type tp_Stylesheet
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class tp_Stylesheet : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<tp_XmlSchema>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View Sourcetp_Stylesheet()
Declaration
protected tp_Stylesheet()
tp_Stylesheet(ElementFactory, Object[])
Declaration
public tp_Stylesheet(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceBehavior()
Retrieve the behavior
property of the item
Declaration
public IProperty_Text Behavior()
Returns
Type | Description |
---|---|
IProperty_Text |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
ParentStylesheet()
Retrieve the parent_stylesheet
property of the item
Declaration
public IProperty_Item<tp_Stylesheet> ParentStylesheet()
Returns
Type | Description |
---|---|
IProperty_Item<tp_Stylesheet> |
SortOrder()
Retrieve the sort_order
property of the item
Declaration
public IProperty_Number SortOrder()
Returns
Type | Description |
---|---|
IProperty_Number |
StyleContent()
Retrieve the style_content
property of the item
Declaration
public IProperty_Text StyleContent()
Returns
Type | Description |
---|---|
IProperty_Text |