Apache Ignite.NET
Apache.Ignite.Core.Binary.IBinaryObjectBuilder Member List

This is the complete list of members for Apache.Ignite.Core.Binary.IBinaryObjectBuilder, including all inherited members.

Build()Apache.Ignite.Core.Binary.IBinaryObjectBuilder
GetField< T >(string fieldName)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
RemoveField(string fieldName)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetArrayField< T >(string fieldName, T[] val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetBooleanArrayField(string fieldName, bool[] val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetBooleanField(string fieldName, bool val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetByteArrayField(string fieldName, byte[] val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetByteField(string fieldName, byte val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetCharArrayField(string fieldName, char[] val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetCharField(string fieldName, char val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetCollectionField(string fieldName, ICollection val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetDecimalArrayField(string fieldName, decimal?[] val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetDecimalField(string fieldName, decimal?val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetDictionaryField(string fieldName, IDictionary val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetDoubleArrayField(string fieldName, double[] val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetDoubleField(string fieldName, double val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetEnumArrayField< T >(string fieldName, T[] val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetEnumField< T >(string fieldName, T val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetField< T >(string fieldName, T val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetFloatArrayField(string fieldName, float[] val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetFloatField(string fieldName, float val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetGuidArrayField(string fieldName, Guid?[] val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetGuidField(string fieldName, Guid?val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetHashCode(int hashCode)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetIntArrayField(string fieldName, int[] val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetIntField(string fieldName, int val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetLongArrayField(string fieldName, long[] val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetLongField(string fieldName, long val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetShortArrayField(string fieldName, short[] val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetShortField(string fieldName, short val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetStringArrayField(string fieldName, string[] val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetStringField(string fieldName, string val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetTimestampArrayField(string fieldName, DateTime?[] val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder
SetTimestampField(string fieldName, DateTime?val)Apache.Ignite.Core.Binary.IBinaryObjectBuilder