C# 클래스 Synology.Utilities.GenericParameter

상속: IParameter
파일 보기 프로젝트 열기: DotNetDevs/Synology

보호된 메소드들

메소드 설명
GenericParameter ( string name, IEnumerable value, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, IEnumerable value, string separator, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, IEnumerable value, bool surroundBrackets, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, IEnumerable value, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, IEnumerable value, string separator, bool surroundBrackets, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, IEnumerable value, string separator, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, bool value, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, char value, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, decimal value, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, double value, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, float value, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, int value, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, long value, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, object value, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, short value, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, string value, int minVersion = 1, bool surroundBrackets = false ) : System.Collections

Constructs a FormParameter

GenericParameter ( string name, uint value, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, ulong value, int minVersion = 1 ) : System.Collections
GenericParameter ( string name, ushort value, int minVersion = 1 ) : System.Collections

메소드 상세

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, IEnumerable value, int minVersion = 1 ) : System.Collections
name string
value IEnumerable
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, IEnumerable value, string separator, int minVersion = 1 ) : System.Collections
name string
value IEnumerable
separator string
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, IEnumerable value, bool surroundBrackets, int minVersion = 1 ) : System.Collections
name string
value IEnumerable
surroundBrackets bool
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, IEnumerable value, int minVersion = 1 ) : System.Collections
name string
value IEnumerable
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, IEnumerable value, string separator, bool surroundBrackets, int minVersion = 1 ) : System.Collections
name string
value IEnumerable
separator string
surroundBrackets bool
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, IEnumerable value, string separator, int minVersion = 1 ) : System.Collections
name string
value IEnumerable
separator string
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, bool value, int minVersion = 1 ) : System.Collections
name string
value bool
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, char value, int minVersion = 1 ) : System.Collections
name string
value char
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, decimal value, int minVersion = 1 ) : System.Collections
name string
value decimal
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, double value, int minVersion = 1 ) : System.Collections
name string
value double
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, float value, int minVersion = 1 ) : System.Collections
name string
value float
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, int value, int minVersion = 1 ) : System.Collections
name string
value int
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, long value, int minVersion = 1 ) : System.Collections
name string
value long
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, object value, int minVersion = 1 ) : System.Collections
name string
value object
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, short value, int minVersion = 1 ) : System.Collections
name string
value short
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

Constructs a FormParameter
protected GenericParameter ( string name, string value, int minVersion = 1, bool surroundBrackets = false ) : System.Collections
name string Name of the parameter
value string Value of the parameter
minVersion int The minimum version of the parameter
surroundBrackets bool Surround parameter value(s) by brackets
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, uint value, int minVersion = 1 ) : System.Collections
name string
value uint
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, ulong value, int minVersion = 1 ) : System.Collections
name string
value ulong
minVersion int
리턴 System.Collections

GenericParameter() 보호된 메소드

protected GenericParameter ( string name, ushort value, int minVersion = 1 ) : System.Collections
name string
value ushort
minVersion int
리턴 System.Collections