C# Class SenseNet.ContentRepository.Storage.Security.SecurityEntry

Inheritance: PermissionSet
Datei anzeigen Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
Export ( XmlWriter writer ) : void
Export1 ( XmlWriter writer ) : void
ToString ( ) : string
ValuesToString ( ) : string

Private Methods

Method Description
Combine ( PermissionSet permissionSet ) : void
SecurityEntry ( int definedOnNodeId, int principalId, bool isInheritable, PermissionValue permissionValues ) : System

Method Details

Export() public method

public Export ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void

Export1() public method

public Export1 ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void

ToString() public method

public ToString ( ) : string
return string

ValuesToString() public method

public ValuesToString ( ) : string
return string