C# Class ObjectModel.NamedObject

Inheritance: BusinessObject
Show file Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Public Methods

Method Description
NamedObject ( ) : System
NamedObject ( System.Guid id ) : System
NamedObject ( string name ) : System

Protected Methods

Method Description
Update ( NamedObject other ) : void

Method Details

NamedObject() public method

public NamedObject ( ) : System
return System

NamedObject() public method

public NamedObject ( System.Guid id ) : System
id System.Guid
return System

NamedObject() public method

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

Update() protected method

protected Update ( NamedObject other ) : void
other NamedObject
return void