C# Class pGina.Plugin.Ldap.TimeMethod

Show file Open project: MutonUfoAI/pgina Class Usage Examples

Public Properties

Property Type Description
methods TimeMethod>.Dictionary

Protected Properties

Property Type Description
m_method System.Methods
m_name string

Public Methods

Method Description
time ( ) : string
time ( System.TimeSpan add ) : string

Private Methods

Method Description
TimeMethod ( ) : System

Method Details

time() public abstract method

public abstract time ( ) : string
return string

time() public abstract method

public abstract time ( System.TimeSpan add ) : string
add System.TimeSpan
return string

Property Details

m_method protected property

protected Methods,System m_method
return System.Methods

m_name protected property

protected string m_name
return string

methods public static property

public static Dictionary methods
return TimeMethod>.Dictionary