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

Show file Open project: Orckestra/C1-Packages

Public Methods

Method Description
Create ( EntityToken entityToken ) : IEnumerable
PCFunctions ( XElement element ) : System
PCFunctions ( string name ) : System
Pack ( PackageCreator pc ) : void

Method Details

Create() public static method

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

PCFunctions() public method

public PCFunctions ( XElement element ) : System
element XElement
return System

PCFunctions() public method

public PCFunctions ( string name ) : System
name string
return System

Pack() public method

public Pack ( PackageCreator pc ) : void
pc PackageCreator
return void