C# Class Composite.Tools.PackageCreator.Types.PCDataItem

Inheritance: BasePackItem
Show file Open project: Orckestra/C1-Packages

Public Properties

Property Type Description
SkipTypes HashSet

Public Methods

Method Description
AddToConfiguration ( System.Xml.Linq.XElement config ) : void
Create ( EntityToken entityToken ) : IEnumerable
GetLabel ( ) : string
PCDataItem ( IData data ) : System
PCDataItem ( string name, string type, string label ) : System
RemoveFromConfiguration ( System.Xml.Linq.XElement config ) : void

Private Methods

Method Description
ForceTypeElement ( System.Xml.Linq.XElement category, string type ) : System.Xml.Linq.XElement
GetAttrbuteArray ( System.Xml.Linq.XElement element ) : string>.Dictionary
TypeEquals ( string type1, string type2 ) : bool

Method Details

AddToConfiguration() public method

public AddToConfiguration ( System.Xml.Linq.XElement config ) : void
config System.Xml.Linq.XElement
return void

Create() public static method

public static Create ( EntityToken entityToken ) : IEnumerable
entityToken Composite.C1Console.Security.EntityToken
return IEnumerable

GetLabel() public method

public GetLabel ( ) : string
return string

PCDataItem() public method

public PCDataItem ( IData data ) : System
data IData
return System

PCDataItem() public method

public PCDataItem ( string name, string type, string label ) : System
name string
type string
label string
return System

RemoveFromConfiguration() public method

public RemoveFromConfiguration ( System.Xml.Linq.XElement config ) : void
config System.Xml.Linq.XElement
return void

Property Details

SkipTypes public static property

public static HashSet SkipTypes
return HashSet