C# Class Patcher.Data.Plugins.Content.CompoundInfo

Show file Open project: unforbidable/patcher Class Usage Examples

Public Methods

Method Description
CompoundInfo ( Type type ) : System
Copy ( object from, object to ) : void
Equate ( object one, object other ) : bool
GetReferencedFormIds ( object target ) : IEnumerable

Private Methods

Method Description
FindMember ( string propertyName ) : MemberInfo

Method Details

CompoundInfo() public method

public CompoundInfo ( Type type ) : System
type System.Type
return System

Copy() public method

public Copy ( object from, object to ) : void
from object
to object
return void

Equate() public method

public Equate ( object one, object other ) : bool
one object
other object
return bool

GetReferencedFormIds() public method

public GetReferencedFormIds ( object target ) : IEnumerable
target object
return IEnumerable