C# Class Itenso.Rtf.Model.RtfDocumentProperty

Inheritance: IRtfDocumentProperty
Mostra file Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RtfDocumentProperty ( int propertyKindCode, string name, string staticValue ) : System
RtfDocumentProperty ( int propertyKindCode, string name, string staticValue, string linkValue ) : System
ToString ( ) : string

Private Methods

Method Description
ComputeHashCode ( ) : int
IsEqual ( object obj ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RtfDocumentProperty() public method

public RtfDocumentProperty ( int propertyKindCode, string name, string staticValue ) : System
propertyKindCode int
name string
staticValue string
return System

RtfDocumentProperty() public method

public RtfDocumentProperty ( int propertyKindCode, string name, string staticValue, string linkValue ) : System
propertyKindCode int
name string
staticValue string
linkValue string
return System

ToString() public method

public ToString ( ) : string
return string