C# Class NClass.Core.Field

Inheritance: Member
Mostrar archivo Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
ClearModifiers ( ) : void
GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames, bool getInitValue ) : string

Protected Methods

Method Description
Clone ( CompositeType newParent ) : Field
CopyFrom ( Member member ) : void
Field ( string name, CompositeType parent ) : System

Method Details

ClearModifiers() public method

public ClearModifiers ( ) : void
return void

Clone() protected abstract method

protected abstract Clone ( CompositeType newParent ) : Field
newParent CompositeType
return Field

CopyFrom() protected method

protected CopyFrom ( Member member ) : void
member Member
return void

Field() protected method

/// The does not fit to the syntax. /// /// The language of does not equal. /// /// is null. ///
protected Field ( string name, CompositeType parent ) : System
name string
parent CompositeType
return System

GetUmlDescription() public final method

public final GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames, bool getInitValue ) : string
getType bool
getParameters bool
getParameterNames bool
getInitValue bool
return string